x86emul: re-order main 2-byte opcode switch() statement
authorJan Beulich <jbeulich@suse.com>
Wed, 17 Aug 2016 13:33:59 +0000 (15:33 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 17 Aug 2016 13:33:59 +0000 (15:33 +0200)
commit3fbb6f0a31fe0c0534350e7b379d4037aaaff4fe
tree0d84b40ce55dbf1cb33394fc4d6a4192cd2d7623
parent0cf612cd0e30cbfae2768f03c69110ea3dca31a7
x86emul: re-order main 2-byte opcode switch() statement

This was meant to be numerically sorted (with reasonable exceptions),
but we've manage to diverge from that.

No functional change, only code movement.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c